home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcc
/
v05n02
/
buffer.doc
< prev
next >
Wrap
Text File
|
1992-01-14
|
560b
|
23 lines
PC/Computing February 1991
BUFFER.COM
The syntax for BUFFER is:
BUFFER string
where string is anay string of characters (15 characters
or fewer, due to the size limits of the DOS keyboard
buffer). Use a question mark to simulate the Enter key.
To load 1-2-3 with a file called TEST, you could create
a batch file as follows:
BUFFER /FRTEST?
123
The first line places into the keyboard buffer the commands
to retrieve a file called test, and the final question mark
simulates pressing the Enter key to complete the command.